home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFRECTEST / TFRECTEST.txt < prev   
Text File  |  1999-03-22  |  4KB  |  200 lines

  1. object FRecTest: TFRecTest
  2.   Left = 428
  3.   Top = 222
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Record Test'
  9.   ClientHeight = 363
  10.   ClientWidth = 427
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Memo1: TMemo
  24.     Left = 15
  25.     Top = 149
  26.     Width = 403
  27.     Height = 132
  28.     TabStop = False
  29.     BorderStyle = bsNone
  30.     Color = clBtnFace
  31.     Ctl3D = False
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     Lines.Strings = (
  38.       'This test will check if your microphone is working properly.'
  39.       ''
  40.       'When you press the Test button below, you should begin '
  41.       'recording a short 4 second message.  The message will be '
  42.       'played back to you.'
  43.       ''
  44.       'If you hear your voice, continue the setup wizard by clicking '
  45.       'on the Next button.')
  46.     ParentCtl3D = False
  47.     ParentFont = False
  48.     TabOrder = 1
  49.   end
  50.   object Btest: TButton
  51.     Left = 7
  52.     Top = 327
  53.     Width = 75
  54.     Height = 23
  55.     Caption = 'Test'
  56.     TabOrder = 0
  57.     OnClick = BtestClick
  58.   end
  59.   object BNext: TButton
  60.     Left = 97
  61.     Top = 327
  62.     Width = 75
  63.     Height = 23
  64.     Caption = 'Next  >'
  65.     TabOrder = 2
  66.     OnClick = BNextClick
  67.   end
  68.   object BCancel: TButton
  69.     Left = 332
  70.     Top = 327
  71.     Width = 75
  72.     Height = 23
  73.     Caption = 'Cancel'
  74.     TabOrder = 3
  75.     OnClick = BCancelClick
  76.   end
  77.   object BAdjust: TButton
  78.     Left = 187
  79.     Top = 327
  80.     Width = 75
  81.     Height = 23
  82.     Caption = 'Adjust'
  83.     TabOrder = 4
  84.     Visible = False
  85.     OnClick = BAdjustClick
  86.   end
  87.   object Panel1: TGroupBox
  88.     Left = 8
  89.     Top = 8
  90.     Width = 409
  91.     Height = 129
  92.     TabOrder = 5
  93.     object Label1: TLabel
  94.       Left = 56
  95.       Top = 32
  96.       Width = 38
  97.       Height = 13
  98.       Caption = 'Volume:'
  99.       Enabled = False
  100.       Visible = False
  101.     end
  102.     object Label4: TLabel
  103.       Left = 184
  104.       Top = 32
  105.       Width = 20
  106.       Height = 13
  107.       Alignment = taRightJustify
  108.       Caption = 'Low'
  109.       Enabled = False
  110.       Visible = False
  111.     end
  112.     object Label2: TLabel
  113.       Left = 368
  114.       Top = 32
  115.       Width = 22
  116.       Height = 13
  117.       Caption = 'High'
  118.       Enabled = False
  119.       Visible = False
  120.     end
  121.     object Label3: TLabel
  122.       Left = 56
  123.       Top = 88
  124.       Width = 140
  125.       Height = 13
  126.       Alignment = taRightJustify
  127.       Caption = 'Preferred Net2Phone Device:'
  128.     end
  129.     object Image1: TImage
  130.       Left = 8
  131.       Top = 24
  132.       Width = 40
  133.       Height = 40
  134.       Picture.Data = {<image000.bmp>}
  135.       Transparent = True
  136.     end
  137.     object TrackBar1: TTrackBar
  138.       Left = 208
  139.       Top = 26
  140.       Width = 161
  141.       Height = 41
  142.       Ctl3D = True
  143.       Enabled = False
  144.       LineSize = 655
  145.       Max = 65535
  146.       Orientation = trHorizontal
  147.       ParentCtl3D = False
  148.       PageSize = 6554
  149.       Frequency = 6554
  150.       Position = 50
  151.       SelEnd = 0
  152.       SelStart = 0
  153.       TabOrder = 0
  154.       TickMarks = tmBottomRight
  155.       TickStyle = tsAuto
  156.       Visible = False
  157.       OnChange = TrackBar1Change
  158.     end
  159.     object Devices: TComboBox
  160.       Left = 216
  161.       Top = 84
  162.       Width = 145
  163.       Height = 21
  164.       ItemHeight = 13
  165.       TabOrder = 1
  166.       Text = '(none)'
  167.       OnChange = DevicesChange
  168.     end
  169.   end
  170.   object PlayPanel: TPanel
  171.     Left = 8
  172.     Top = 288
  173.     Width = 409
  174.     Height = 25
  175.     Alignment = taLeftJustify
  176.     BevelOuter = bvNone
  177.     Font.Charset = ANSI_CHARSET
  178.     Font.Color = clWindowText
  179.     Font.Height = -11
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = [fsBold]
  182.     ParentFont = False
  183.     TabOrder = 6
  184.     object RecPlayLabel: TLabel
  185.       Left = 7
  186.       Top = 6
  187.       Width = 79
  188.       Height = 13
  189.       Caption = 'Recording.....'
  190.       Font.Charset = DEFAULT_CHARSET
  191.       Font.Color = clBlack
  192.       Font.Height = -12
  193.       Font.Name = 'MS Sans Serif'
  194.       Font.Style = [fsBold]
  195.       ParentFont = False
  196.       Visible = False
  197.     end
  198.   end
  199. end
  200.